1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class uctNhapHang_ChiTiet
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Component Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(uctNhapHang_ChiTiet));
33             
this.panel1 = new System.Windows.Forms.Panel();
34             
this.labelTrangThai = new System.Windows.Forms.Label();
35             
this.groupBox1 = new System.Windows.Forms.GroupBox();
36             
this.tabControl2 = new System.Windows.Forms.TabControl();
37             
this.tabPage2 = new System.Windows.Forms.TabPage();
38             
this.dgvDanhSachNhapHang = new System.Windows.Forms.DataGridView();
39             
this.IdKho = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.MaSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.ChietKhauPhanTram = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.Thue = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.GiaNhap = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.TongTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.txtNgayTao = new System.Windows.Forms.TextBox();
50             
this.txtShowTenDonHang = new System.Windows.Forms.TextBox();
51             
this.txtMoTaChiPhiThem = new System.Windows.Forms.TextBox();
52             
this.txtnoNCC = new System.Windows.Forms.TextBox();
53             
this.txtMaDonHang = new System.Windows.Forms.TextBox();
54             
this.label4 = new System.Windows.Forms.Label();
55             
this.label10 = new System.Windows.Forms.Label();
56             
this.label2 = new System.Windows.Forms.Label();
57             
this.label7 = new System.Windows.Forms.Label();
58             
this.label5 = new System.Windows.Forms.Label();
59             
this.panel4 = new System.Windows.Forms.Panel();
60             
this.txtChiPhiThem = new System.Windows.Forms.TextBox();
61             
this.panel2 = new System.Windows.Forms.Panel();
62             
this.linkLabelCopyDonHang = new System.Windows.Forms.LinkLabel();
63             
this.linkLabelDong = new System.Windows.Forms.LinkLabel();
64             
this.linkLabel_SuaDonHang = new System.Windows.Forms.LinkLabel();
65             
this.panel5 = new System.Windows.Forms.Panel();
66             
this.groupBox5 = new System.Windows.Forms.GroupBox();
67             
this.txtSoTienDaThanhToan = new System.Windows.Forms.TextBox();
68             
this.label3 = new System.Windows.Forms.Label();
69             
this.tabControl1 = new System.Windows.Forms.TabControl();
70             
this.tabPage1 = new System.Windows.Forms.TabPage();
71             
this.dgvThanhToan = new System.Windows.Forms.DataGridView();
72             
this.IdThanhToan = new System.Windows.Forms.DataGridViewTextBoxColumn();
73             
this.STT_TT = new System.Windows.Forms.DataGridViewTextBoxColumn();
74             
this.SoTienThanhToan = new System.Windows.Forms.DataGridViewTextBoxColumn();
75             
this.NgayTao_TT = new System.Windows.Forms.DataGridViewTextBoxColumn();
76             
this.GhiChu_TT = new System.Windows.Forms.DataGridViewTextBoxColumn();
77             
this.txtTongTienDonHang = new System.Windows.Forms.TextBox();
78             
this.label9 = new System.Windows.Forms.Label();
79             
this.groupBox4 = new System.Windows.Forms.GroupBox();
80             
this.txtTongSoMatHang = new System.Windows.Forms.TextBox();
81             
this.label11 = new System.Windows.Forms.Label();
82             
this.groupBox3 = new System.Windows.Forms.GroupBox();
83             
this.txtDiaChiNcc = new System.Windows.Forms.TextBox();
84             
this.lblDiaChiNcc = new System.Windows.Forms.Label();
85             
this.txtHoVaTenNCC = new System.Windows.Forms.TextBox();
86             
this.label14 = new System.Windows.Forms.Label();
87             
this.label12 = new System.Windows.Forms.Label();
88             
this.txtSoDienThoaiNCC = new System.Windows.Forms.TextBox();
89             
this.label1 = new System.Windows.Forms.Label();
90             
this.label6 = new System.Windows.Forms.Label();
91             
this.printDoc = new System.Drawing.Printing.PrintDocument();
92             
this.printPreviewDialog = new System.Windows.Forms.PrintPreviewDialog();
93             
this.panel1.SuspendLayout();
94             
this.groupBox1.SuspendLayout();
95             
this.tabControl2.SuspendLayout();
96             
this.tabPage2.SuspendLayout();
97             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNhapHang)).BeginInit();
98             
this.panel2.SuspendLayout();
99             
this.groupBox5.SuspendLayout();
100             
this.tabControl1.SuspendLayout();
101             
this.tabPage1.SuspendLayout();
102             ((System.ComponentModel.ISupportInitialize)(
this.dgvThanhToan)).BeginInit();
103             
this.groupBox4.SuspendLayout();
104             
this.groupBox3.SuspendLayout();
105             
this.SuspendLayout();
106             
//
107             
// panel1
108             
//
109             
this.panel1.AutoScroll = true;
110             
this.panel1.AutoSize = true;
111             
this.panel1.BackColor = System.Drawing.Color.White;
112             
this.panel1.Controls.Add(this.labelTrangThai);
113             
this.panel1.Controls.Add(this.groupBox1);
114             
this.panel1.Controls.Add(this.panel4);
115             
this.panel1.Controls.Add(this.txtChiPhiThem);
116             
this.panel1.Controls.Add(this.panel2);
117             
this.panel1.Controls.Add(this.label1);
118             
this.panel1.Controls.Add(this.label6);
119             
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
120             
this.panel1.Location = new System.Drawing.Point(0, 0);
121             
this.panel1.Name = "panel1";
122             
this.panel1.Size = new System.Drawing.Size(1024, 830);
123             
this.panel1.TabIndex = 0;
124             
//
125             
// labelTrangThai
126             
//
127             
this.labelTrangThai.AutoSize = true;
128             
this.labelTrangThai.Location = new System.Drawing.Point(40, 108);
129             
this.labelTrangThai.Name = "labelTrangThai";
130             
this.labelTrangThai.Size = new System.Drawing.Size(88, 18);
131             
this.labelTrangThai.TabIndex = 18;
132             
this.labelTrangThai.Text = "Đơn hàng ...";
133             
//
134             
// groupBox1
135             
//
136             
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
137             | System.Windows.Forms.AnchorStyles.Right)));
138             
this.groupBox1.Controls.Add(this.tabControl2);
139             
this.groupBox1.Controls.Add(this.txtNgayTao);
140             
this.groupBox1.Controls.Add(this.txtShowTenDonHang);
141             
this.groupBox1.Controls.Add(this.txtMoTaChiPhiThem);
142             
this.groupBox1.Controls.Add(this.txtnoNCC);
143             
this.groupBox1.Controls.Add(this.txtMaDonHang);
144             
this.groupBox1.Controls.Add(this.label4);
145             
this.groupBox1.Controls.Add(this.label10);
146             
this.groupBox1.Controls.Add(this.label2);
147             
this.groupBox1.Controls.Add(this.label7);
148             
this.groupBox1.Controls.Add(this.label5);
149             
this.groupBox1.Location = new System.Drawing.Point(34, 129);
150             
this.groupBox1.Name = "groupBox1";
151             
this.groupBox1.Size = new System.Drawing.Size(580, 682);
152             
this.groupBox1.TabIndex = 17;
153             
this.groupBox1.TabStop = false;
154             
//
155             
// tabControl2
156             
//
157             
this.tabControl2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
158             | System.Windows.Forms.AnchorStyles.Right)));
159             
this.tabControl2.Controls.Add(this.tabPage2);
160             
this.tabControl2.Location = new System.Drawing.Point(9, 157);
161             
this.tabControl2.Name = "tabControl2";
162             
this.tabControl2.SelectedIndex = 0;
163             
this.tabControl2.Size = new System.Drawing.Size(565, 428);
164             
this.tabControl2.TabIndex = 22;
165             
//
166             
// tabPage2
167             
//
168             
this.tabPage2.Controls.Add(this.dgvDanhSachNhapHang);
169             
this.tabPage2.Location = new System.Drawing.Point(4, 27);
170             
this.tabPage2.Name = "tabPage2";
171             
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
172             
this.tabPage2.Size = new System.Drawing.Size(557, 397);
173             
this.tabPage2.TabIndex = 0;
174             
this.tabPage2.Text = "Danh sách sản phẩm";
175             
this.tabPage2.UseVisualStyleBackColor = true;
176             
//
177             
// dgvDanhSachNhapHang
178             
//
179             
this.dgvDanhSachNhapHang.AllowUserToAddRows = false;
180             
this.dgvDanhSachNhapHang.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
181             
this.dgvDanhSachNhapHang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
182             
this.dgvDanhSachNhapHang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
183             
this.IdKho,
184             
this.MaSanPham,
185             
this.STT,
186             
this.TenSanPham,
187             
this.TenDonViTinh,
188             
this.SoLuong,
189             
this.ChietKhauPhanTram,
190             
this.Thue,
191             
this.GiaNhap,
192             
this.TongTien});
193             
this.dgvDanhSachNhapHang.Dock = System.Windows.Forms.DockStyle.Fill;
194             
this.dgvDanhSachNhapHang.Location = new System.Drawing.Point(3, 3);
195             
this.dgvDanhSachNhapHang.Name = "dgvDanhSachNhapHang";
196             
this.dgvDanhSachNhapHang.RowTemplate.Height = 27;
197             
this.dgvDanhSachNhapHang.Size = new System.Drawing.Size(551, 391);
198             
this.dgvDanhSachNhapHang.TabIndex = 9;
199             
this.dgvDanhSachNhapHang.DataBindingComplete += new System.Windows.Forms.DataGridViewBindingCompleteEventHandler(this.dgvDanhSach_DataBindingComplete);
200             
//
201             
// IdKho
202             
//
203             
this.IdKho.HeaderText = "IdKho";
204             
this.IdKho.Name = "IdKho";
205             
this.IdKho.Visible = false;
206             
//
207             
// MaSanPham
208             
//
209             
this.MaSanPham.HeaderText = "MaSanPham";
210             
this.MaSanPham.Name = "MaSanPham";
211             
this.MaSanPham.Visible = false;
212             
//
213             
// STT
214             
//
215             
this.STT.FillWeight = 50F;
216             
this.STT.HeaderText = "STT";
217             
this.STT.Name = "STT";
218             
this.STT.Width = 50;
219             
//
220             
// TenSanPham
221             
//
222             
this.TenSanPham.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
223             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
224             
this.TenSanPham.DefaultCellStyle = dataGridViewCellStyle3;
225             
this.TenSanPham.FillWeight = 150F;
226             
this.TenSanPham.HeaderText = "Tên sản phẩm";
227             
this.TenSanPham.Name = "TenSanPham";
228             
//
229             
// TenDonViTinh
230             
//
231             
this.TenDonViTinh.HeaderText = "Đ.V.Tính";
232             
this.TenDonViTinh.Name = "TenDonViTinh";
233             
//
234             
// SoLuong
235             
//
236             
this.SoLuong.FillWeight = 80F;
237             
this.SoLuong.HeaderText = "S.Lượng";
238             
this.SoLuong.Name = "SoLuong";
239             
this.SoLuong.Width = 80;
240             
//
241             
// ChietKhauPhanTram
242             
//
243             
this.ChietKhauPhanTram.FillWeight = 80F;
244             
this.ChietKhauPhanTram.HeaderText = "C.Khấu %";
245             
this.ChietKhauPhanTram.Name = "ChietKhauPhanTram";
246             
this.ChietKhauPhanTram.Width = 80;
247             
//
248             
// Thue
249             
//
250             
this.Thue.FillWeight = 80F;
251             
this.Thue.HeaderText = "Thuế";
252             
this.Thue.Name = "Thue";
253             
this.Thue.Width = 80;
254             
//
255             
// GiaNhap
256             
//
257             
this.GiaNhap.FillWeight = 130F;
258             
this.GiaNhap.HeaderText = "Giá nhập";
259             
this.GiaNhap.Name = "GiaNhap";
260             
this.GiaNhap.Width = 130;
261             
//
262             
// TongTien
263             
//
264             
this.TongTien.FillWeight = 130F;
265             
this.TongTien.HeaderText = "Thành tiền";
266             
this.TongTien.Name = "TongTien";
267             
this.TongTien.Width = 130;
268             
//
269             
// txtNgayTao
270             
//
271             
this.txtNgayTao.BackColor = System.Drawing.Color.White;
272             
this.txtNgayTao.BorderStyle = System.Windows.Forms.BorderStyle.None;
273             
this.txtNgayTao.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
274             
this.txtNgayTao.Location = new System.Drawing.Point(401, 19);
275             
this.txtNgayTao.Margin = new System.Windows.Forms.Padding(4);
276             
this.txtNgayTao.Multiline = true;
277             
this.txtNgayTao.Name = "txtNgayTao";
278             
this.txtNgayTao.ReadOnly = true;
279             
this.txtNgayTao.Size = new System.Drawing.Size(166, 20);
280             
this.txtNgayTao.TabIndex = 20;
281             
//
282             
// txtShowTenDonHang
283             
//
284             
this.txtShowTenDonHang.BackColor = System.Drawing.Color.White;
285             
this.txtShowTenDonHang.BorderStyle = System.Windows.Forms.BorderStyle.None;
286             
this.txtShowTenDonHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
287             
this.txtShowTenDonHang.Location = new System.Drawing.Point(131, 59);
288             
this.txtShowTenDonHang.Margin = new System.Windows.Forms.Padding(4);
289             
this.txtShowTenDonHang.Multiline = true;
290             
this.txtShowTenDonHang.Name = "txtShowTenDonHang";
291             
this.txtShowTenDonHang.ReadOnly = true;
292             
this.txtShowTenDonHang.Size = new System.Drawing.Size(442, 20);
293             
this.txtShowTenDonHang.TabIndex = 19;
294             
//
295             
// txtMoTaChiPhiThem
296             
//
297             
this.txtMoTaChiPhiThem.BackColor = System.Drawing.Color.White;
298             
this.txtMoTaChiPhiThem.BorderStyle = System.Windows.Forms.BorderStyle.None;
299             
this.txtMoTaChiPhiThem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
300             
this.txtMoTaChiPhiThem.Location = new System.Drawing.Point(137, 98);
301             
this.txtMoTaChiPhiThem.Margin = new System.Windows.Forms.Padding(4);
302             
this.txtMoTaChiPhiThem.Multiline = true;
303             
this.txtMoTaChiPhiThem.Name = "txtMoTaChiPhiThem";
304             
this.txtMoTaChiPhiThem.ReadOnly = true;
305             
this.txtMoTaChiPhiThem.Size = new System.Drawing.Size(442, 37);
306             
this.txtMoTaChiPhiThem.TabIndex = 17;
307             
//
308             
// txtnoNCC
309             
//
310             
this.txtnoNCC.BackColor = System.Drawing.Color.White;
311             
this.txtnoNCC.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
312             
this.txtnoNCC.Location = new System.Drawing.Point(171, 623);
313             
this.txtnoNCC.Multiline = true;
314             
this.txtnoNCC.Name = "txtnoNCC";
315             
this.txtnoNCC.ReadOnly = true;
316             
this.txtnoNCC.Size = new System.Drawing.Size(194, 18);
317             
this.txtnoNCC.TabIndex = 22;
318             
this.txtnoNCC.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
319             
this.txtnoNCC.Visible = false;
320             
//
321             
// txtMaDonHang
322             
//
323             
this.txtMaDonHang.BackColor = System.Drawing.Color.White;
324             
this.txtMaDonHang.BorderStyle = System.Windows.Forms.BorderStyle.None;
325             
this.txtMaDonHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
326             
this.txtMaDonHang.Location = new System.Drawing.Point(131, 20);
327             
this.txtMaDonHang.Margin = new System.Windows.Forms.Padding(4);
328             
this.txtMaDonHang.Multiline = true;
329             
this.txtMaDonHang.Name = "txtMaDonHang";
330             
this.txtMaDonHang.ReadOnly = true;
331             
this.txtMaDonHang.Size = new System.Drawing.Size(195, 20);
332             
this.txtMaDonHang.TabIndex = 16;
333             
//
334             
// label4
335             
//
336             
this.label4.AutoSize = true;
337             
this.label4.Location = new System.Drawing.Point(6, 60);
338             
this.label4.Name = "label4";
339             
this.label4.Size = new System.Drawing.Size(98, 18);
340             
this.label4.TabIndex = 2;
341             
this.label4.Text = "Tên đơn hàng";
342             
//
343             
// label10
344             
//
345             
this.label10.AutoSize = true;
346             
this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
347             
this.label10.Location = new System.Drawing.Point(168, 602);
348             
this.label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
349             
this.label10.Name = "label10";
350             
this.label10.Size = new System.Drawing.Size(120, 18);
351             
this.label10.TabIndex = 9;
352             
this.label10.Text = "Nợ nhà cung cấp";
353             
this.label10.Visible = false;
354             
//
355             
// label2
356             
//
357             
this.label2.AutoSize = true;
358             
this.label2.Location = new System.Drawing.Point(6, 20);
359             
this.label2.Name = "label2";
360             
this.label2.Size = new System.Drawing.Size(94, 18);
361             
this.label2.TabIndex = 14;
362             
this.label2.Text = "Mã đơn hàng";
363             
//
364             
// label7
365             
//
366             
this.label7.AutoSize = true;
367             
this.label7.Location = new System.Drawing.Point(352, 20);
368             
this.label7.Name = "label7";
369             
this.label7.Size = new System.Drawing.Size(42, 18);
370             
this.label7.TabIndex = 15;
371             
this.label7.Text = "Ngày";
372             
//
373             
// label5
374             
//
375             
this.label5.AutoSize = true;
376             
this.label5.Location = new System.Drawing.Point(6, 98);
377             
this.label5.Name = "label5";
378             
this.label5.Size = new System.Drawing.Size(64, 18);
379             
this.label5.TabIndex = 3;
380             
this.label5.Text = "Diễn giải";
381             
//
382             
// panel4
383             
//
384             
this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
385             | System.Windows.Forms.AnchorStyles.Right)));
386             
this.panel4.BackColor = System.Drawing.SystemColors.Control;
387             
this.panel4.Location = new System.Drawing.Point(620, 0);
388             
this.panel4.Name = "panel4";
389             
this.panel4.Size = new System.Drawing.Size(10, 826);
390             
this.panel4.TabIndex = 16;
391             
//
392             
// txtChiPhiThem
393             
//
394             
this.txtChiPhiThem.BackColor = System.Drawing.Color.White;
395             
this.txtChiPhiThem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
396             
this.txtChiPhiThem.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
397             
this.txtChiPhiThem.Location = new System.Drawing.Point(418, 37);
398             
this.txtChiPhiThem.Margin = new System.Windows.Forms.Padding(4);
399             
this.txtChiPhiThem.Name = "txtChiPhiThem";
400             
this.txtChiPhiThem.ReadOnly = true;
401             
this.txtChiPhiThem.Size = new System.Drawing.Size(195, 26);
402             
this.txtChiPhiThem.TabIndex = 18;
403             
this.txtChiPhiThem.Visible = false;
404             
//
405             
// panel2
406             
//
407             
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
408             
this.panel2.BackColor = System.Drawing.Color.White;
409             
this.panel2.Controls.Add(this.linkLabelCopyDonHang);
410             
this.panel2.Controls.Add(this.linkLabelDong);
411             
this.panel2.Controls.Add(this.linkLabel_SuaDonHang);
412             
this.panel2.Controls.Add(this.panel5);
413             
this.panel2.Controls.Add(this.groupBox5);
414             
this.panel2.Controls.Add(this.groupBox4);
415             
this.panel2.Controls.Add(this.groupBox3);
416             
this.panel2.Location = new System.Drawing.Point(631, 4);
417             
this.panel2.Margin = new System.Windows.Forms.Padding(4);
418             
this.panel2.Name = "panel2";
419             
this.panel2.Size = new System.Drawing.Size(389, 816);
420             
this.panel2.TabIndex = 15;
421             
//
422             
// linkLabelCopyDonHang
423             
//
424             
this.linkLabelCopyDonHang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
425             
this.linkLabelCopyDonHang.AutoSize = true;
426             
this.linkLabelCopyDonHang.Location = new System.Drawing.Point(16, 73);
427             
this.linkLabelCopyDonHang.Name = "linkLabelCopyDonHang";
428             
this.linkLabelCopyDonHang.Size = new System.Drawing.Size(108, 18);
429             
this.linkLabelCopyDonHang.TabIndex = 8;
430             
this.linkLabelCopyDonHang.TabStop = true;
431             
this.linkLabelCopyDonHang.Text = "Copy đơn hàng";
432             
this.linkLabelCopyDonHang.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelCopyDonHang_LinkClicked);
433             
//
434             
// linkLabelDong
435             
//
436             
this.linkLabelDong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
437             
this.linkLabelDong.AutoSize = true;
438             
this.linkLabelDong.Location = new System.Drawing.Point(302, 11);
439             
this.linkLabelDong.Name = "linkLabelDong";
440             
this.linkLabelDong.Size = new System.Drawing.Size(83, 18);
441             
this.linkLabelDong.TabIndex = 7;
442             
this.linkLabelDong.TabStop = true;
443             
this.linkLabelDong.Text = "<< Quay lại";
444             
this.linkLabelDong.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelDong_LinkClicked);
445             
//
446             
// linkLabel_SuaDonHang
447             
//
448             
this.linkLabel_SuaDonHang.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
449             
this.linkLabel_SuaDonHang.AutoSize = true;
450             
this.linkLabel_SuaDonHang.Location = new System.Drawing.Point(286, 73);
451             
this.linkLabel_SuaDonHang.Name = "linkLabel_SuaDonHang";
452             
this.linkLabel_SuaDonHang.Size = new System.Drawing.Size(99, 18);
453             
this.linkLabel_SuaDonHang.TabIndex = 6;
454             
this.linkLabel_SuaDonHang.TabStop = true;
455             
this.linkLabel_SuaDonHang.Text = "Sửa đơn hàng";
456             
this.linkLabel_SuaDonHang.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_SuaDonHang_LinkClicked);
457             
//
458             
// panel5
459             
//
460             
this.panel5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
461             | System.Windows.Forms.AnchorStyles.Right)));
462             
this.panel5.BackColor = System.Drawing.Color.Red;
463             
this.panel5.Location = new System.Drawing.Point(0, 107);
464             
this.panel5.Margin = new System.Windows.Forms.Padding(4);
465             
this.panel5.Name = "panel5";
466             
this.panel5.Size = new System.Drawing.Size(417, 1);
467             
this.panel5.TabIndex = 5;
468             
//
469             
// groupBox5
470             
//
471             
this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
472             | System.Windows.Forms.AnchorStyles.Right)));
473             
this.groupBox5.Controls.Add(this.txtSoTienDaThanhToan);
474             
this.groupBox5.Controls.Add(this.label3);
475             
this.groupBox5.Controls.Add(this.tabControl1);
476             
this.groupBox5.Controls.Add(this.txtTongTienDonHang);
477             
this.groupBox5.Controls.Add(this.label9);
478             
this.groupBox5.Location = new System.Drawing.Point(6, 378);
479             
this.groupBox5.Margin = new System.Windows.Forms.Padding(4);
480             
this.groupBox5.Name = "groupBox5";
481             
this.groupBox5.Padding = new System.Windows.Forms.Padding(4);
482             
this.groupBox5.Size = new System.Drawing.Size(381, 429);
483             
this.groupBox5.TabIndex = 3;
484             
this.groupBox5.TabStop = false;
485             
//
486             
// txtSoTienDaThanhToan
487             
//
488             
this.txtSoTienDaThanhToan.BackColor = System.Drawing.Color.White;
489             
this.txtSoTienDaThanhToan.BorderStyle = System.Windows.Forms.BorderStyle.None;
490             
this.txtSoTienDaThanhToan.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
491             
this.txtSoTienDaThanhToan.Location = new System.Drawing.Point(162, 67);
492             
this.txtSoTienDaThanhToan.Multiline = true;
493             
this.txtSoTienDaThanhToan.Name = "txtSoTienDaThanhToan";
494             
this.txtSoTienDaThanhToan.ReadOnly = true;
495             
this.txtSoTienDaThanhToan.Size = new System.Drawing.Size(194, 33);
496             
this.txtSoTienDaThanhToan.TabIndex = 28;
497             
this.txtSoTienDaThanhToan.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
498             
//
499             
// label3
500             
//
501             
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
502             
this.label3.Location = new System.Drawing.Point(10, 65);
503             
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
504             
this.label3.Name = "label3";
505             
this.label3.Size = new System.Drawing.Size(163, 30);
506             
this.label3.TabIndex = 27;
507             
this.label3.Text = "Số tiền đã thanh toán";
508             
//
509             
// tabControl1
510             
//
511             
this.tabControl1.Controls.Add(this.tabPage1);
512             
this.tabControl1.Location = new System.Drawing.Point(0, 106);
513             
this.tabControl1.Name = "tabControl1";
514             
this.tabControl1.SelectedIndex = 0;
515             
this.tabControl1.Size = new System.Drawing.Size(387, 226);
516             
this.tabControl1.TabIndex = 26;
517             
//
518             
// tabPage1
519             
//
520             
this.tabPage1.Controls.Add(this.dgvThanhToan);
521             
this.tabPage1.Location = new System.Drawing.Point(4, 27);
522             
this.tabPage1.Name = "tabPage1";
523             
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
524             
this.tabPage1.Size = new System.Drawing.Size(379, 195);
525             
this.tabPage1.TabIndex = 0;
526             
this.tabPage1.Text = "Lịch sử thanh toán đơn hàng";
527             
this.tabPage1.UseVisualStyleBackColor = true;
528             
//
529             
// dgvThanhToan
530             
//
531             
this.dgvThanhToan.AllowUserToAddRows = false;
532             
this.dgvThanhToan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
533             
this.dgvThanhToan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
534             
this.IdThanhToan,
535             
this.STT_TT,
536             
this.SoTienThanhToan,
537             
this.NgayTao_TT,
538             
this.GhiChu_TT});
539             
this.dgvThanhToan.Dock = System.Windows.Forms.DockStyle.Fill;
540             
this.dgvThanhToan.Location = new System.Drawing.Point(3, 3);
541             
this.dgvThanhToan.Name = "dgvThanhToan";
542             
this.dgvThanhToan.RowTemplate.Height = 27;
543             
this.dgvThanhToan.Size = new System.Drawing.Size(373, 189);
544             
this.dgvThanhToan.TabIndex = 25;
545             
//
546             
// IdThanhToan
547             
//
548             
this.IdThanhToan.HeaderText = "IdThanhToan";
549             
this.IdThanhToan.Name = "IdThanhToan";
550             
this.IdThanhToan.Visible = false;
551             
//
552             
// STT_TT
553             
//
554             
this.STT_TT.FillWeight = 50F;
555             
this.STT_TT.HeaderText = "STT";
556             
this.STT_TT.Name = "STT_TT";
557             
this.STT_TT.Visible = false;
558             
this.STT_TT.Width = 50;
559             
//
560             
// SoTienThanhToan
561             
//
562             
this.SoTienThanhToan.FillWeight = 120F;
563             
this.SoTienThanhToan.HeaderText = "Tiền T.Toán";
564             
this.SoTienThanhToan.Name = "SoTienThanhToan";
565             
this.SoTienThanhToan.Width = 120;
566             
//
567             
// NgayTao_TT
568             
//
569             
this.NgayTao_TT.HeaderText = "Ngày tháng";
570             
this.NgayTao_TT.Name = "NgayTao_TT";
571             
//
572             
// GhiChu_TT
573             
//
574             
this.GhiChu_TT.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
575             
this.GhiChu_TT.HeaderText = "Diễn giải";
576             
this.GhiChu_TT.Name = "GhiChu_TT";
577             
//
578             
// txtTongTienDonHang
579             
//
580             
this.txtTongTienDonHang.BackColor = System.Drawing.Color.White;
581             
this.txtTongTienDonHang.BorderStyle = System.Windows.Forms.BorderStyle.None;
582             
this.txtTongTienDonHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
583             
this.txtTongTienDonHang.Location = new System.Drawing.Point(162, 19);
584             
this.txtTongTienDonHang.Multiline = true;
585             
this.txtTongTienDonHang.Name = "txtTongTienDonHang";
586             
this.txtTongTienDonHang.ReadOnly = true;
587             
this.txtTongTienDonHang.Size = new System.Drawing.Size(194, 33);
588             
this.txtTongTienDonHang.TabIndex = 24;
589             
this.txtTongTienDonHang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
590             
//
591             
// label9
592             
//
593             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
594             
this.label9.Location = new System.Drawing.Point(8, 19);
595             
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
596             
this.label9.Name = "label9";
597             
this.label9.Size = new System.Drawing.Size(163, 30);
598             
this.label9.TabIndex = 13;
599             
this.label9.Text = "Tổng tiền đơn hàng";
600             
//
601             
// groupBox4
602             
//
603             
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
604             | System.Windows.Forms.AnchorStyles.Right)));
605             
this.groupBox4.Controls.Add(this.txtTongSoMatHang);
606             
this.groupBox4.Controls.Add(this.label11);
607             
this.groupBox4.Location = new System.Drawing.Point(6, 304);
608             
this.groupBox4.Margin = new System.Windows.Forms.Padding(4);
609             
this.groupBox4.Name = "groupBox4";
610             
this.groupBox4.Padding = new System.Windows.Forms.Padding(4);
611             
this.groupBox4.Size = new System.Drawing.Size(379, 66);
612             
this.groupBox4.TabIndex = 2;
613             
this.groupBox4.TabStop = false;
614             
//
615             
// txtTongSoMatHang
616             
//
617             
this.txtTongSoMatHang.BackColor = System.Drawing.Color.White;
618             
this.txtTongSoMatHang.BorderStyle = System.Windows.Forms.BorderStyle.None;
619             
this.txtTongSoMatHang.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
620             
this.txtTongSoMatHang.Location = new System.Drawing.Point(179, 20);
621             
this.txtTongSoMatHang.Multiline = true;
622             
this.txtTongSoMatHang.Name = "txtTongSoMatHang";
623             
this.txtTongSoMatHang.ReadOnly = true;
624             
this.txtTongSoMatHang.Size = new System.Drawing.Size(177, 33);
625             
this.txtTongSoMatHang.TabIndex = 25;
626             
this.txtTongSoMatHang.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
627             
//
628             
// label11
629             
//
630             
this.label11.AutoSize = true;
631             
this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
632             
this.label11.Location = new System.Drawing.Point(10, 24);
633             
this.label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
634             
this.label11.Name = "label11";
635             
this.label11.Size = new System.Drawing.Size(128, 18);
636             
this.label11.TabIndex = 6;
637             
this.label11.Text = "Tổng số mặt hàng";
638             
//
639             
// groupBox3
640             
//
641             
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
642             | System.Windows.Forms.AnchorStyles.Right)));
643             
this.groupBox3.Controls.Add(this.txtDiaChiNcc);
644             
this.groupBox3.Controls.Add(this.lblDiaChiNcc);
645             
this.groupBox3.Controls.Add(this.txtHoVaTenNCC);
646             
this.groupBox3.Controls.Add(this.label14);
647             
this.groupBox3.Controls.Add(this.label12);
648             
this.groupBox3.Controls.Add(this.txtSoDienThoaiNCC);
649             
this.groupBox3.Location = new System.Drawing.Point(6, 125);
650             
this.groupBox3.Margin = new System.Windows.Forms.Padding(4);
651             
this.groupBox3.Name = "groupBox3";
652             
this.groupBox3.Padding = new System.Windows.Forms.Padding(4);
653             
this.groupBox3.Size = new System.Drawing.Size(379, 171);
654             
this.groupBox3.TabIndex = 1;
655             
this.groupBox3.TabStop = false;
656             
//
657             
// txtDiaChiNcc
658             
//
659             
this.txtDiaChiNcc.BackColor = System.Drawing.Color.White;
660             
this.txtDiaChiNcc.BorderStyle = System.Windows.Forms.BorderStyle.None;
661             
this.txtDiaChiNcc.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
662             
this.txtDiaChiNcc.Location = new System.Drawing.Point(125, 109);
663             
this.txtDiaChiNcc.Margin = new System.Windows.Forms.Padding(4);
664             
this.txtDiaChiNcc.Multiline = true;
665             
this.txtDiaChiNcc.Name = "txtDiaChiNcc";
666             
this.txtDiaChiNcc.ReadOnly = true;
667             
this.txtDiaChiNcc.Size = new System.Drawing.Size(234, 48);
668             
this.txtDiaChiNcc.TabIndex = 11;
669             
//
670             
// lblDiaChiNcc
671             
//
672             
this.lblDiaChiNcc.AutoSize = true;
673             
this.lblDiaChiNcc.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
674             
this.lblDiaChiNcc.Location = new System.Drawing.Point(9, 108);
675             
this.lblDiaChiNcc.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
676             
this.lblDiaChiNcc.Name = "lblDiaChiNcc";
677             
this.lblDiaChiNcc.Size = new System.Drawing.Size(53, 18);
678             
this.lblDiaChiNcc.TabIndex = 9;
679             
this.lblDiaChiNcc.Text = "Địa chỉ";
680             
//
681             
// txtHoVaTenNCC
682             
//
683             
this.txtHoVaTenNCC.BackColor = System.Drawing.Color.White;
684             
this.txtHoVaTenNCC.BorderStyle = System.Windows.Forms.BorderStyle.None;
685             
this.txtHoVaTenNCC.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
686             
this.txtHoVaTenNCC.Location = new System.Drawing.Point(125, 67);
687             
this.txtHoVaTenNCC.Margin = new System.Windows.Forms.Padding(4);
688             
this.txtHoVaTenNCC.Multiline = true;
689             
this.txtHoVaTenNCC.Name = "txtHoVaTenNCC";
690             
this.txtHoVaTenNCC.ReadOnly = true;
691             
this.txtHoVaTenNCC.Size = new System.Drawing.Size(236, 20);
692             
this.txtHoVaTenNCC.TabIndex = 8;
693             
//
694             
// label14
695             
//
696             
this.label14.AutoSize = true;
697             
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
698             
this.label14.Location = new System.Drawing.Point(9, 68);
699             
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
700             
this.label14.Name = "label14";
701             
this.label14.Size = new System.Drawing.Size(71, 18);
702             
this.label14.TabIndex = 7;
703             
this.label14.Text = "Họ và tên";
704             
//
705             
// label12
706             
//
707             
this.label12.AutoSize = true;
708             
this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
709             
this.label12.Location = new System.Drawing.Point(9, 30);
710             
this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
711             
this.label12.Name = "label12";
712             
this.label12.Size = new System.Drawing.Size(94, 18);
713             
this.label12.TabIndex = 5;
714             
this.label12.Text = "Số điện thoại";
715             
//
716             
// txtSoDienThoaiNCC
717             
//
718             
this.txtSoDienThoaiNCC.BackColor = System.Drawing.Color.White;
719             
this.txtSoDienThoaiNCC.BorderStyle = System.Windows.Forms.BorderStyle.None;
720             
this.txtSoDienThoaiNCC.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
721             
this.txtSoDienThoaiNCC.Location = new System.Drawing.Point(125, 29);
722             
this.txtSoDienThoaiNCC.Margin = new System.Windows.Forms.Padding(4);
723             
this.txtSoDienThoaiNCC.Multiline = true;
724             
this.txtSoDienThoaiNCC.Name = "txtSoDienThoaiNCC";
725             
this.txtSoDienThoaiNCC.ReadOnly = true;
726             
this.txtSoDienThoaiNCC.Size = new System.Drawing.Size(234, 20);
727             
this.txtSoDienThoaiNCC.TabIndex = 4;
728             
//
729             
// label1
730             
//
731             
this.label1.AutoSize = true;
732             
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
733             
this.label1.Location = new System.Drawing.Point(37, 33);
734             
this.label1.Name = "label1";
735             
this.label1.Size = new System.Drawing.Size(241, 36);
736             
this.label1.TabIndex = 13;
737             
this.label1.Text = "Chi tiết đơn hàng";
738             
//
739             
// label6
740             
//
741             
this.label6.AutoSize = true;
742             
this.label6.Location = new System.Drawing.Point(511, 15);
743             
this.label6.Name = "label6";
744             
this.label6.Size = new System.Drawing.Size(90, 18);
745             
this.label6.TabIndex = 4;
746             
this.label6.Text = "Chi phí thêm";
747             
this.label6.Visible = false;
748             
//
749             
// printDoc
750             
//
751             
this.printDoc.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.PrintPage);
752             
//
753             
// printPreviewDialog
754             
//
755             
this.printPreviewDialog.AutoScrollMargin = new System.Drawing.Size(0, 0);
756             
this.printPreviewDialog.AutoScrollMinSize = new System.Drawing.Size(0, 0);
757             
this.printPreviewDialog.ClientSize = new System.Drawing.Size(400, 300);
758             
this.printPreviewDialog.Enabled = true;
759             
this.printPreviewDialog.Icon = ((System.Drawing.Icon)(resources.GetObject("printPreviewDialog.Icon")));
760             
this.printPreviewDialog.Name = "printPreviewDialog1";
761             
this.printPreviewDialog.Visible = false;
762             
//
763             
// uctNhapHang_ChiTiet
764             
//
765             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
766             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
767             
this.Controls.Add(this.panel1);
768             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
769             
this.Margin = new System.Windows.Forms.Padding(4);
770             
this.Name = "uctNhapHang_ChiTiet";
771             
this.Size = new System.Drawing.Size(1024, 830);
772             
this.Load += new System.EventHandler(this.uctNhapHang_ChiTiet_Load);
773             
this.panel1.ResumeLayout(false);
774             
this.panel1.PerformLayout();
775             
this.groupBox1.ResumeLayout(false);
776             
this.groupBox1.PerformLayout();
777             
this.tabControl2.ResumeLayout(false);
778             
this.tabPage2.ResumeLayout(false);
779             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNhapHang)).EndInit();
780             
this.panel2.ResumeLayout(false);
781             
this.panel2.PerformLayout();
782             
this.groupBox5.ResumeLayout(false);
783             
this.groupBox5.PerformLayout();
784             
this.tabControl1.ResumeLayout(false);
785             
this.tabPage1.ResumeLayout(false);
786             ((System.ComponentModel.ISupportInitialize)(
this.dgvThanhToan)).EndInit();
787             
this.groupBox4.ResumeLayout(false);
788             
this.groupBox4.PerformLayout();
789             
this.groupBox3.ResumeLayout(false);
790             
this.groupBox3.PerformLayout();
791             
this.ResumeLayout(false);
792             
this.PerformLayout();
793
794         }
795
796         
#endregion
797
798         
private System.Windows.Forms.Panel panel1;
799         
private System.Windows.Forms.Label label6;
800         
private System.Windows.Forms.Label label5;
801         
private System.Windows.Forms.DataGridView dgvDanhSachNhapHang;
802         
private System.Drawing.Printing.PrintDocument printDoc;
803         
private System.Windows.Forms.PrintPreviewDialog printPreviewDialog;
804         
private System.Windows.Forms.Label label1;
805         
private System.Windows.Forms.Label label2;
806         
private System.Windows.Forms.Label label4;
807         
private System.Windows.Forms.Panel panel2;
808         
private System.Windows.Forms.GroupBox groupBox5;
809         
private System.Windows.Forms.TextBox txtTongTienDonHang;
810         
private System.Windows.Forms.TextBox txtnoNCC;
811         
private System.Windows.Forms.Label label9;
812         
private System.Windows.Forms.Label label10;
813         
private System.Windows.Forms.GroupBox groupBox4;
814         
private System.Windows.Forms.TextBox txtTongSoMatHang;
815         
private System.Windows.Forms.Label label11;
816         
private System.Windows.Forms.GroupBox groupBox3;
817         
private System.Windows.Forms.TextBox txtDiaChiNcc;
818         
private System.Windows.Forms.Label lblDiaChiNcc;
819         
private System.Windows.Forms.TextBox txtHoVaTenNCC;
820         
private System.Windows.Forms.Label label14;
821         
private System.Windows.Forms.Label label12;
822         
private System.Windows.Forms.TextBox txtSoDienThoaiNCC;
823         
private System.Windows.Forms.Panel panel5;
824         
private System.Windows.Forms.Panel panel4;
825         
private System.Windows.Forms.GroupBox groupBox1;
826         
private System.Windows.Forms.LinkLabel linkLabel_SuaDonHang;
827         
private System.Windows.Forms.Label label7;
828         
private System.Windows.Forms.TextBox txtNgayTao;
829         
private System.Windows.Forms.TextBox txtShowTenDonHang;
830         
private System.Windows.Forms.TextBox txtChiPhiThem;
831         
private System.Windows.Forms.TextBox txtMoTaChiPhiThem;
832         
private System.Windows.Forms.TextBox txtMaDonHang;
833         
private System.Windows.Forms.Label labelTrangThai;
834         
private System.Windows.Forms.DataGridView dgvThanhToan;
835         
private System.Windows.Forms.TabControl tabControl1;
836         
private System.Windows.Forms.TabPage tabPage1;
837         
private System.Windows.Forms.TabControl tabControl2;
838         
private System.Windows.Forms.TabPage tabPage2;
839         
private System.Windows.Forms.TextBox txtSoTienDaThanhToan;
840         
private System.Windows.Forms.Label label3;
841         
private System.Windows.Forms.LinkLabel linkLabelDong;
842         
private System.Windows.Forms.DataGridViewTextBoxColumn IdThanhToan;
843         
private System.Windows.Forms.DataGridViewTextBoxColumn STT_TT;
844         
private System.Windows.Forms.DataGridViewTextBoxColumn SoTienThanhToan;
845         
private System.Windows.Forms.DataGridViewTextBoxColumn NgayTao_TT;
846         
private System.Windows.Forms.DataGridViewTextBoxColumn GhiChu_TT;
847         
private System.Windows.Forms.DataGridViewTextBoxColumn IdKho;
848         
private System.Windows.Forms.DataGridViewTextBoxColumn MaSanPham;
849         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
850         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
851         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
852         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
853         
private System.Windows.Forms.DataGridViewTextBoxColumn ChietKhauPhanTram;
854         
private System.Windows.Forms.DataGridViewTextBoxColumn Thue;
855         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaNhap;
856         
private System.Windows.Forms.DataGridViewTextBoxColumn TongTien;
857         
private System.Windows.Forms.LinkLabel linkLabelCopyDonHang;
858     }
859 }


Gõ tìm kiếm nhanh...